home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / x / gui / amiga / x11_1.dms / x11_1.adf / 3b.twmrc < prev    next >
Text File  |  1992-03-30  |  4KB  |  187 lines

  1. #**********************************************************************
  2. #
  3. #    .twmrc
  4. #
  5. #**********************************************************************
  6.  
  7. IconDirectory    "x11:x11/bitmaps"
  8.  
  9. #NoDefaults
  10. NoVersion
  11. NoGrabServer
  12. NoRaiseOnMove
  13. NoRaiseOnResize
  14. #NoMenuShadows
  15. NoTitleHighlight
  16. NoHighlight
  17. NoTitleFocus
  18. #NoSaveUnders
  19. SqueezeTitle
  20. ConstrainedMoveTime 0
  21. DecorateTransients
  22. #TitleButtonBorderWidth 0
  23. #ButtonIndent 0
  24. #LeftTitleButton "iconify.bm" = f.iconify
  25. #RightTitleButton "resize.bm" = f.resize
  26. #OpaqueMove
  27. #ClientBorderWidth
  28. BorderWidth    1
  29. RandomPlacement
  30. #IconRegion    "1024x250+0+600" NORTH WEST 1024 25
  31. IconRegion    "200x100-200+10" NORTH EAST 75 25
  32. #IconRegion    "200x100-0+200" WEST NORTH 25 50
  33. TitleFont    "-*-helvetica-bold-o-normal--*-140-*-*-*-*-iso8859-1"
  34. MenuFont    "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
  35. IconFont    "-*-helvetica-bold-r-normal--*-140-*-*-*-*-iso8859-1"
  36. ResizeFont    "-*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1"
  37. IconManagerFont    "-*-helvetica-bold-r-normal--*-120-*-*-*-*-iso8859-1"
  38. #ShowIconManager
  39. SortIconManager
  40. IconManagerGeometry    "=100x100-200+0"
  41.  
  42. # nice colors:  background of wheat, foreground of #d36
  43.  
  44. Cursors
  45. {
  46.     Button "left_ptr"
  47.     Menu "left_ptr"
  48.     Title "left_ptr"
  49.     Frame "left_ptr"
  50.     Icon "left_ptr"
  51. }
  52.  
  53. Color
  54. {
  55.     BorderColor "black"
  56.     TitleBackground "CadetBlue"
  57.     TitleForeground "#fffff0"
  58.     MenuBackground "#fffff0"
  59.     MenuForeground "black"
  60.     MenuTitleBackground "CadetBlue"
  61.     MenuTitleForeground "#fffff0"
  62.     IconBackground "#fffff0"
  63.     IconForeground "black"
  64.     IconBorderColor "black"
  65. }
  66.  
  67. Monochrome
  68. {
  69.     IconManagerHighlight    "white"
  70. }
  71.  
  72. # define key bindings
  73.  
  74. MoveDelta 3
  75.  
  76. Function "move-or-raise"
  77. {
  78.     f.move
  79.     f.deltastop
  80.     f.raise
  81. }
  82.  
  83. Function "move-or-raiselower"
  84. {
  85.     f.move
  86.     f.deltastop
  87.     f.raiselower
  88. }
  89.  
  90. Function "move-or-iconify"
  91. {
  92.     f.move
  93.     f.deltastop
  94.     f.iconify
  95. }
  96.  
  97. Function "next-window"
  98. {
  99. }
  100.  
  101. Function "previous-window"
  102. {
  103. }
  104.  
  105. DefaultFunction f.nop
  106.  
  107. Button1    =    : title     : f.function "move-or-raiselower"
  108. Button2 =    : title        : f.menu "Title Menu"
  109. Button3 =    : title        : f.resize
  110. Button1 = m    : window|icon    : f.iconify
  111. Button2 = m    : window|icon    : f.function "move-or-raiselower"
  112. Button3 = m    : window|icon    : f.resize
  113. Button3 = c m    : title        : f.destroy
  114. Button1 =    : root        : f.menu "Toys"
  115. Button2 =    : root        : f.menu "Hosts"
  116. Button3 =    : root        : f.menu "System"
  117. Button1 =    : icon        : f.function "move-or-iconify"
  118.  
  119. #ForceIcons
  120.  
  121. Icons
  122. {
  123.     "XTerm"        "terminal"    # from IconDirectory
  124.     "xfd"        "xfd_icon"
  125. }
  126.  
  127. #UnknownIcon    "icon"
  128.  
  129. menu "Hosts"
  130. {
  131. "Hosts"        f.title
  132. "GfxBase"        !"run rsh >nil: gfxbase -l dale /usr/bin/X11/xterm -ls -display amiga:0"
  133. }
  134.  
  135. menu "Toys"
  136. {
  137. "Toys"        f.title
  138. "xcalc"        !"run xcalc >nil:"
  139. "xsol"        !"run xsol >nil:"
  140. "maze"        !"run maze >nil: -g 300x300+50+30"
  141. "bitmap"    !"run bitmap >nil: ram:test.xbm -nodash"
  142. "Exit"      f.quit
  143. }
  144.  
  145. menu "System"
  146. {
  147.     "System"        f.title
  148.     "Window ops"        f.menu "Window Ops"
  149.     "Windows"        f.menu "TwmWindows"
  150.     ""            f.nop
  151.     "Refresh"        f.refresh
  152.     "Unfocus"        f.unfocus
  153.     "Show Icon Box"        f.showiconmgr
  154.     "Hide Icon Box"        f.hideiconmgr
  155.     "Version"        f.version
  156.     ""            f.nop
  157.     "Restart"        f.restart
  158.     "Logout"        f.quit
  159. }
  160.  
  161. menu "Window Ops"
  162. {
  163.     "Window Ops"        f.title
  164.     "Lower"            f.lower
  165.     "Raise"            f.raise
  166.     "Resize"        f.resize
  167.     "Move"            f.move
  168.     "Deiconify"        f.deiconify
  169.     "Iconify"        f.iconify
  170.     "Identify"        f.identify
  171.     "Focus"            f.focus
  172.     "Kill"            f.destroy
  173. }
  174.  
  175. menu "Title Menu"
  176. {
  177.     "Lower"            f.lower
  178.     "Raise"            f.raise
  179.     "Resize"        f.resize
  180.     "Move"            f.move
  181.     "Iconify"        f.iconify
  182.     "Identify"        f.identify
  183.     "Focus"            f.focus
  184.     "Kill"            f.destroy
  185.     "Dismiss"        f.delete
  186. }
  187.